←Select platform

Set<T>(string,T,CacheItemPolicy,string) Method

Summary

Adds a key/value pair item into the cache.

Syntax
C#
C++/CLI
Java
Python
public virtual void Set<T>( 
   string key, 
   T value, 
   CacheItemPolicy policy, 
   string regionName 
) 
public:  
   generic<typename T> 
   virtual void Set( 
      String^ key, 
      T value, 
      CacheItemPolicy^ policy, 
      String^ regionName 
   ) 
public<T> void set(String key, T value, Class<?> classOfT, CacheItemPolicy policy, String regionName) 
def Set(self,key,value,policy,regionName): 

Parameters

key

Unique identifier of the cache item.

value

Data for the cache item.

policy

Expiration policy for the item.

regionName

Optional name of a region in cache.

Remarks

If the item is already in the cache, then it will be replaced with the new item and its policy updated.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.